Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>XML-RPC</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/XML-RPC"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/ext.pygments.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-XML-RPC rootpage-XML-RPC skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">XML-RPC</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */


.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}


/* end https://en.wikipedia.org/ */
</style>
<style data-mw-deduplicate="TemplateStyles:r1251242444">
/* start https://en.wikipedia.org/ */


.mw-parser-output .ambox{border:1px solid #a2a9b1;border-left:10px solid #36c;background-color:#fbfbfb;box-sizing:border-box}.mw-parser-output .ambox+link+.ambox,.mw-parser-output .ambox+link+style+.ambox,.mw-parser-output .ambox+link+link+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+style+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+link+.ambox{margin-top:-1px}html body.mediawiki .mw-parser-output .ambox.mbox-small-left{margin:4px 1em 4px 0;overflow:hidden;width:238px;border-collapse:collapse;font-size:88%;line-height:1.25em}.mw-parser-output .ambox-speedy{border-left:10px solid #b32424;background-color:#fee7e6}.mw-parser-output .ambox-delete{border-left:10px solid #b32424}.mw-parser-output .ambox-content{border-left:10px solid #f28500}.mw-parser-output .ambox-style{border-left:10px solid #fc3}.mw-parser-output .ambox-move{border-left:10px solid #9932cc}.mw-parser-output .ambox-protection{border-left:10px solid #a2a9b1}.mw-parser-output .ambox .mbox-text{border:none;padding:0.25em 0.5em;width:100%}.mw-parser-output .ambox .mbox-image{border:none;padding:2px 0 2px 0.5em;text-align:center}.mw-parser-output .ambox .mbox-imageright{border:none;padding:2px 0.5em 2px 0;text-align:center}.mw-parser-output .ambox .mbox-empty-cell{border:none;padding:0;width:1px}.mw-parser-output .ambox .mbox-image-div{width:52px}@media(min-width:720px){.mw-parser-output .ambox{margin:0 10%}}@media print{body.ns-0 .mw-parser-output .ambox{display:none!important}}


/* end https://en.wikipedia.org/ */
</style>
<p>
<b>XML-RPC</b> is a <a href="Remote_procedure_call" title="Remote procedure call">remote procedure call</a> (RPC) <a href="Communications_protocol" class="mw-redirect" title="Communications protocol">protocol</a> which uses <a href="XML" title="XML">XML</a> to encode its calls and <a href="HTTP" title="HTTP">HTTP</a> as a transport mechanism.<sup id="cite_ref-book1_1-0" class="reference"><a href="#cite_note-book1-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="History">History</h2></div>
<p>The XML-RPC protocol was created in 1998 by <a href="Dave_Winer" title="Dave Winer">Dave Winer</a> of <a href="UserLand_Software" title="UserLand Software">UserLand Software</a> and <a href="Microsoft" title="Microsoft">Microsoft</a>,<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> with Microsoft seeing the protocol as an essential part of scaling up its efforts in business-to-business e-commerce.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> As new functionality was introduced, the standard evolved into what is now <a href="SOAP_(protocol)" class="mw-redirect" title="SOAP (protocol)">SOAP</a>.<sup id="cite_ref-spearheads_4-0" class="reference"><a href="#cite_note-spearheads-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
</p><p>UserLand supported XML-RPC from version 5.1 of its Frontier web content management system,<sup id="cite_ref-spearheads_4-1" class="reference"><a href="#cite_note-spearheads-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> released in June 1998.<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</p><p>XML-RPC's idea of a human-readable-and-writable, script-parsable standard for HTTP-based requests and responses has also been implemented in competing specifications such as Allaire's <a href="WDDX" title="WDDX">Web Distributed Data Exchange</a> (WDDX) and webMethod's <a href="WIDL_(Internet_Standard)" title="WIDL (Internet Standard)">Web Interface Definition Language</a> (WIDL).<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup> Prior art wrapping <a href="Component_Object_Model" title="Component Object Model">COM</a>, <a href="Common_Object_Request_Broker_Architecture" title="Common Object Request Broker Architecture">CORBA</a>, and <a href="Java_remote_method_invocation" title="Java remote method invocation">Java RMI</a> objects in XML syntax and transporting them via HTTP also existed in DataChannel's WebBroker technology.<sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</p><p>The generic use of XML for <a href="Remote_procedure_call" title="Remote procedure call">remote procedure call</a> (RPC) was patented by Phillip Merrick, Stewart Allen, and Joseph Lapp in April 2006, claiming benefit to a provisional application filed in March 1998. The patent was assigned to <a href="WebMethods" title="WebMethods">webMethods</a>, located in <a href="Fairfax%2C_Virginia" title="Fairfax, Virginia">Fairfax, Virginia</a>. The patent expired on March 23, 2019.<sup id="cite_ref-merrick01_9-0" class="reference"><a href="#cite_note-merrick01-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Usage">Usage</h2></div>
<p>In XML-RPC, a client performs an RPC by sending an HTTP request to a server that implements XML-RPC and receives the HTTP response. A call can have multiple parameters and one result. The protocol defines a few data types for the parameters and result. Some of these data types are complex, i.e. nested. For example, you can have a parameter that is an array of five integers.
</p><p>The parameters/result structure and the set of data types are meant to mirror those used in common programming languages.
</p><p><i>Identification</i> of clients for authorization purposes can be achieved using popular HTTP security methods. <a href="Basic_access_authentication" title="Basic access authentication">Basic access authentication</a> can be used for identification and authentication.
</p><p>In comparison to RESTful protocols, where <i>resource representations</i> (documents) are transferred, XML-RPC is designed to <i>call methods</i>. The practical difference is just that XML-RPC is much more structured, which means common library code can be used to implement clients and servers and there is less design and documentation work for a specific application protocol. One salient technical difference between typical RESTful protocols and XML-RPC is that many RESTful protocols use the HTTP URI for parameter information, whereas with XML-RPC, the URI just identifies the server.
</p><p><a href="JSON-RPC" title="JSON-RPC">JSON-RPC</a> is similar to XML-RPC.
</p>
<div class="mw-heading mw-heading2"><h2 id="Data_types">Data types</h2></div>
<p>Common <a href="Datatype" class="mw-redirect" title="Datatype">datatypes</a> are converted into their XML equivalents with example values shown below:
</p>
<table class="wikitable">
<tbody><tr>
<th>Name
</th>
<th>Tag Example
</th>
<th>Description
</th></tr>
<tr>
<td>array
</td>
<td>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;array&gt;</span>
<span class="w"> </span><span class="nt">&lt;data&gt;</span>
<span class="w"> </span><span class="nt">&lt;value&gt;&lt;i4&gt;</span>1404<span class="nt">&lt;/i4&gt;&lt;/value&gt;</span>
<span class="w"> </span><span class="nt">&lt;value&gt;&lt;string&gt;</span>Something<span class="w"> </span>here<span class="nt">&lt;/string&gt;&lt;/value&gt;</span>
<span class="w"> </span><span class="nt">&lt;value&gt;&lt;i4&gt;</span>1<span class="nt">&lt;/i4&gt;&lt;/value&gt;</span>
<span class="w"> </span><span class="nt">&lt;/data&gt;</span>
<span class="nt">&lt;/array&gt;</span>
</pre></div>
</td>
<td><a href="Array_data_structure" class="mw-redirect" title="Array data structure">Array</a> of values, storing no keys
</td></tr>
<tr>
<td>base64
</td>
<td>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;base64&gt;</span>eW91IGNhbid0IHJlYWQgdGhpcyE=<span class="nt">&lt;/base64&gt;</span>
</pre></div>
</td>
<td><a href="Base64" title="Base64">Base64</a>-encoded binary data
</td></tr>
<tr>
<td>boolean
</td>
<td>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;boolean&gt;</span>1<span class="nt">&lt;/boolean&gt;</span>
</pre></div>
</td>
<td><a href="Boolean_data_type" title="Boolean data type">Boolean</a> logical value (0 or 1)
</td></tr>
<tr>
<td>date/time
</td>
<td>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;dateTime.iso8601&gt;</span>19980717T14:08:55Z<span class="nt">&lt;/dateTime.iso8601&gt;</span>
</pre></div>
</td>
<td>Date and time in <a href="ISO_8601" title="ISO 8601">ISO 8601</a> format
</td></tr>
<tr>
<td>double
</td>
<td>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;double&gt;</span>-12.53<span class="nt">&lt;/double&gt;</span>
</pre></div>
</td>
<td><a href="Double_precision" class="mw-redirect" title="Double precision">Double precision</a> floating point number
</td></tr>
<tr>
<td>integer
</td>
<td>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;int&gt;</span>42<span class="nt">&lt;/int&gt;</span>
</pre></div>
<p>or
</p>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;i4&gt;</span>42<span class="nt">&lt;/i4&gt;</span>
</pre></div>
</td>
<td>Signed <a href="Integer" title="Integer">integer</a> coded on 4 bytes
</td></tr>
<tr>
<td>string
</td>
<td>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;string&gt;</span>Hello<span class="w"> </span>world!<span class="nt">&lt;/string&gt;</span>
</pre></div>
<p>or
</p>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre>Hello<span class="w"> </span>world!
</pre></div>
</td>
<td>String of characters. Must follow <a href="XML#Characters_and_escaping" title="XML">XML encoding</a>.
</td></tr>
<tr>
<td>struct
</td>
<td>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;struct&gt;</span>
<span class="w"> </span><span class="nt">&lt;member&gt;</span>
<span class="w"> </span><span class="nt">&lt;name&gt;</span>foo<span class="nt">&lt;/name&gt;</span>
<span class="w"> </span><span class="nt">&lt;value&gt;&lt;i4&gt;</span>1<span class="nt">&lt;/i4&gt;&lt;/value&gt;</span>
<span class="w"> </span><span class="nt">&lt;/member&gt;</span>
<span class="w"> </span><span class="nt">&lt;member&gt;</span>
<span class="w"> </span><span class="nt">&lt;name&gt;</span>bar<span class="nt">&lt;/name&gt;</span>
<span class="w"> </span><span class="nt">&lt;value&gt;&lt;i4&gt;</span>2<span class="nt">&lt;/i4&gt;&lt;/value&gt;</span>
<span class="w"> </span><span class="nt">&lt;/member&gt;</span>
<span class="nt">&lt;/struct&gt;</span>
</pre></div>
</td>
<td><a href="Associative_array" title="Associative array">Associative array</a>
</td></tr>
<tr>
<td>nil
</td>
<td>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;nil/&gt;</span>
</pre></div>
</td>
<td><a href="Nullable_type" title="Nullable type">Discriminated null value</a>; an XML-RPC <a rel="nofollow" class="external text" href="https://web.archive.org/web/20050911054235/http://ontosys.com/xml-rpc/extensions.php">extension</a>
</td>
<td>
</td></tr>
<tr>
<td>long
</td>
<td>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt">&lt;i8&gt;</span>1312<span class="nt">&lt;/i8&gt;</span>
</pre></div>
</td>
<td>Signed integer coded on 8 bytes. This is not part of the specification, but it is supported by several XML-RPC implementations<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup>&nbsp;<b>ยท</b> <sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup>
</td></tr></tbody></table>
<div class="mw-heading mw-heading2"><h2 id="Examples">Examples</h2></div>
<p>An example of a typical XML-RPC request would be:
</p>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="cp">&lt;?xml version="1.0"?&gt;</span>
<span class="nt">&lt;methodCall&gt;</span>
<span class="w"> </span><span class="nt">&lt;methodName&gt;</span>examples.getStateName<span class="nt">&lt;/methodName&gt;</span>
<span class="w"> </span><span class="nt">&lt;params&gt;</span>
<span class="w"> </span><span class="nt">&lt;param&gt;</span>
<span class="w"> </span><span class="nt">&lt;value&gt;&lt;i4&gt;</span>40<span class="nt">&lt;/i4&gt;&lt;/value&gt;</span>
<span class="w"> </span><span class="nt">&lt;/param&gt;</span>
<span class="w"> </span><span class="nt">&lt;/params&gt;</span>
<span class="nt">&lt;/methodCall&gt;</span>
</pre></div>
<p>An example of a typical XML-RPC response would be:
</p>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="cp">&lt;?xml version="1.0"?&gt;</span>
<span class="nt">&lt;methodResponse&gt;</span>
<span class="w"> </span><span class="nt">&lt;params&gt;</span>
<span class="w"> </span><span class="nt">&lt;param&gt;</span>
<span class="w"> </span><span class="nt">&lt;value&gt;&lt;string&gt;</span>South<span class="w"> </span>Dakota<span class="nt">&lt;/string&gt;&lt;/value&gt;</span>
<span class="w"> </span><span class="nt">&lt;/param&gt;</span>
<span class="w"> </span><span class="nt">&lt;/params&gt;</span>
<span class="nt">&lt;/methodResponse&gt;</span>
</pre></div>
<p>A typical XML-RPC fault would be:
</p>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="cp">&lt;?xml version="1.0"?&gt;</span>
<span class="nt">&lt;methodResponse&gt;</span>
<span class="w"> </span><span class="nt">&lt;fault&gt;</span>
<span class="w"> </span><span class="nt">&lt;value&gt;</span>
<span class="w"> </span><span class="nt">&lt;struct&gt;</span>
<span class="w"> </span><span class="nt">&lt;member&gt;</span>
<span class="w"> </span><span class="nt">&lt;name&gt;</span>faultCode<span class="nt">&lt;/name&gt;</span>
<span class="w"> </span><span class="nt">&lt;value&gt;&lt;int&gt;</span>4<span class="nt">&lt;/int&gt;&lt;/value&gt;</span>
<span class="w"> </span><span class="nt">&lt;/member&gt;</span>
<span class="w"> </span><span class="nt">&lt;member&gt;</span>
<span class="w"> </span><span class="nt">&lt;name&gt;</span>faultString<span class="nt">&lt;/name&gt;</span>
<span class="w"> </span><span class="nt">&lt;value&gt;&lt;string&gt;</span>Too<span class="w"> </span>many<span class="w"> </span>parameters.<span class="nt">&lt;/string&gt;&lt;/value&gt;</span>
<span class="w"> </span><span class="nt">&lt;/member&gt;</span>
<span class="w"> </span><span class="nt">&lt;/struct&gt;</span>
<span class="w"> </span><span class="nt">&lt;/value&gt;</span>
<span class="w"> </span><span class="nt">&lt;/fault&gt;</span>
<span class="nt">&lt;/methodResponse&gt;</span>
</pre></div>
<div class="mw-heading mw-heading2"><h2 id="Criticism">Criticism</h2></div>
<p>Recent critics (from 2010 and onwards) of XML-RPC argue that RPC calls can be made with plain XML, and that XML-RPC does not add any value over XML. Both XML-RPC and XML require an application-level data model, such as which field names are defined in the XML schema or the parameter names in XML-RPC. Furthermore, XML-RPC uses about 4 times the number of bytes compared to plain XML to encode the same objects, which is itself verbose compared to <a href="JSON" title="JSON">JSON</a>.<sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-13" class="reference"><a href="#cite_note-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Weblogs.com" title="Weblogs.com">Weblogs.com</a></li>
<li><a href="Pingback" title="Pingback">Pingback</a></li>
<li><a href="Ajax_(programming)" title="Ajax (programming)">Ajax (programming)</a></li>
<li><a href="Software_componentry" class="mw-redirect" title="Software componentry">Component technologies</a></li>
<li><a href="Comparison_of_data_serialization_formats" class="mw-redirect" title="Comparison of data serialization formats">Comparison of data serialization formats</a></li>
<li><a href="OPML" title="OPML">OPML</a></li>
<li><a href="JSON-RPC" title="JSON-RPC">JSON-RPC</a></li>
<li><a href="Web_service" title="Web service">Web service</a></li>
<li><a href="GRPC" title="GRPC">gRPC</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-book1-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-book1_1-0">^</a></b></span> <span class="reference-text">Simon St. Laurent, Joe Johnston, Edd Dumbill. (June 2001) <i>Programming Web Services with XML-RPC.</i> O'Reilly. First Edition.</span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFBox2001" class="citation web cs1">Box, Don (1 April 2001). <a rel="nofollow" class="external text" href="http://www.xml.com/pub/a/ws/2001/04/04/soap.html">"A Brief History of SOAP"</a>. <a href="O'Reilly_Media" title="O'Reilly Media">O'Reilly</a><span class="reference-accessdate">. Retrieved <span class="nowrap">27 October</span> 2010</span>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFRupley1999" class="citation web cs1">Rupley, Sebastian (30 June 1999). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20000304215507/http://www.zdnet.com/pcmag/stories/trends/0,7607,2286488,00.html">"XML's Next Step"</a>. <i>PC Magazine</i>. Archived from <a rel="nofollow" class="external text" href="https://www.zdnet.com/pcmag/stories/trends/0,7607,2286488,00.html">the original</a> on 4 March 2000<span class="reference-accessdate">. Retrieved <span class="nowrap">17 November</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-spearheads-4"><span class="mw-cite-backlink">^ <a href="#cite_ref-spearheads_4-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spearheads_4-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFWalsh1999" class="citation news cs1">Walsh, Jeff (10 July 1999). <a rel="nofollow" class="external text" href="https://web.archive.org/web/19990914001234/http://www.infoworld.com/cgi-bin/displayStory.pl?980710.whsoap.htm">"Microsoft spearheads protocol push"</a>. <i>Infoworld</i>. Archived from <a rel="nofollow" class="external text" href="http://www.infoworld.com/cgi-bin/displayStory.pl?980710.whsoap.htm">the original</a> on 14 September 1999<span class="reference-accessdate">. Retrieved <span class="nowrap">17 November</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><cite id="CITEREFWalsh1998" class="citation web cs1">Walsh, Jeff (29 June 1998). <a rel="nofollow" class="external text" href="https://web.archive.org/web/19990915175718/http://www.infoworld.com/cgi-bin/displayStory.pl?980629.wifrontier.htm">"UserLand releases Frontier 5.1, drops freeware model"</a>. <i>InfoWorld</i>. Archived from <a rel="nofollow" class="external text" href="http://www.infoworld.com/cgi-bin/displayStory.pl?980629.wifrontier.htm">the original</a> on 15 September 1999<span class="reference-accessdate">. Retrieved <span class="nowrap">17 November</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite id="CITEREFUdell1999" class="citation news cs1">Udell, Jon (7 June 1999). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20000304171225/http://www.byte.com/features/1999/06/0607XML_RPC5.html">"Exploring XML-RPC: DCOM? CORBA? RMI? Why Not Just XML-RPC?"</a>. <i>Byte</i>. Archived from <a rel="nofollow" class="external text" href="http://www.byte.com/features/1999/06/0607XML_RPC5.html">the original</a> on 4 March 2000<span class="reference-accessdate">. Retrieved <span class="nowrap">17 November</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite id="CITEREFWalsh1998" class="citation news cs1">Walsh, Jeff (25 May 1998). <a rel="nofollow" class="external text" href="https://web.archive.org/web/19990910213004/http://www.infoworld.com/cgi-bin/displayArchive.pl?/98/21/i06-21.80.htm">"W3C gives a nod to DataChannel's WebBroker"</a>. <i>Infoworld</i>. Vol.&nbsp;20, no.&nbsp;21. Archived from <a rel="nofollow" class="external text" href="http://www.infoworld.com/cgi-bin/displayArchive.pl?/98/21/i06-21.80.htm">the original</a> on 10 September 1999<span class="reference-accessdate">. Retrieved <span class="nowrap">17 November</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite id="CITEREFVizardWalsh1998" class="citation web cs1">Vizard, Michael; Walsh, Jeff (29 June 1998). <a rel="nofollow" class="external text" href="https://web.archive.org/web/19990916093829/http://www.infoworld.com/cgi-bin/displayStory.pl?/interviews/980629pool.htm">"DataChannel's Dave Pool talks about shaping the role of XML to suit different needs"</a>. <i>Infoworld</i>. Archived from <a rel="nofollow" class="external text" href="http://www.infoworld.com/cgi-bin/displayStory.pl?/interviews/980629pool.htm">the original</a> on 16 September 1999<span class="reference-accessdate">. Retrieved <span class="nowrap">8 December</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-merrick01-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-merrick01_9-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFMerrick2006" class="citation web cs1">Merrick; et&nbsp;al. (11 April 2006). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20111203095836/http://www.google.com/patents?id=WFV4AAAAEBAJ">"US Patent 7,028,312"</a>. Archived from <a rel="nofollow" class="external text" href="http://www.google.com/patents?id=WFV4AAAAEBAJ">the original</a> on 3 December 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">18 September</span> 2008</span>.</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://metacpan.org/pod/RPC::XML">"RPC::XML - A set of classes for core data, message and XML handling - metacpan.org"</a>. <i>MetaCPAN</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2025</span>.</cite></span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://xmlrpc-c.sourceforge.io/doc/libgeneral.html">"User manual for XML-RPC For C/C++"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2025</span>.</cite></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text">
<cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://stackoverflow.com/questions/1376688">"What is the benefit of XML-RPC over plain XML?"</a>. <a href="Stack_Overflow" title="Stack Overflow">Stack Overflow</a>. 9 September 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">7 April</span> 2011</span>.</cite></span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text">
<cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.intertwingly.net/wiki/pie/XmlRpcDiscussion?action=show&amp;redirect=DontUseXmlRpc">"An open poll on the merits of XmlRpc versus alternatives"</a>. intertwingly.net. 22 November 2006<span class="reference-accessdate">. Retrieved <span class="nowrap">7 April</span> 2011</span>.</cite></span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text">
<cite id="CITEREFJon_Canady2010" class="citation web cs1">Jon Canady (14 January 2010). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20130511053512/http://joncanady.com/blog/2010/01/14/if-you-have-rest-why-xml-rpc/">"If you have REST, why XML-RPC?"</a>. joncanady.com. Archived from <a rel="nofollow" class="external text" href="http://joncanady.com/blog/2010/01/14/if-you-have-rest-why-xml-rpc/">the original</a> on 11 May 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">7 April</span> 2011</span>.</cite></span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<ul><li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20130113041824/http://xmlrpc.scripting.com/default.html">Official website</a> at the <a href="Wayback_Machine" title="Wayback Machine">Wayback Machine</a> (archived 2013-01-13)</li></ul></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-06-25" href="https://en.wikipedia.org/wiki/?title=XML-RPC&amp;oldid=1297291690">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>